home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / naps / 12 / setup.exe / MP3LEECH.EXE / 0 / RCDATA / TFORM3 / TFORM3.txt < prev   
Encoding:
Text File  |  1998-08-26  |  1.6 KB  |  84 lines

  1. object Form3: TForm3
  2.   Left = 160
  3.   Top = 67
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Alarm Clock'
  6.   ClientHeight = 235
  7.   ClientWidth = 358
  8.   Color = clWhite
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 16
  22.     Width = 233
  23.     Height = 201
  24.     Picture.Data = {<image000.bmp>}
  25.     OnMouseDown = Image1MouseDown
  26.   end
  27.   object ampmimage: TImage
  28.     Left = 240
  29.     Top = 88
  30.     Width = 73
  31.     Height = 27
  32.     AutoSize = True
  33.     Picture.Data = {<image001.bmp>}
  34.   end
  35.   object Shape1: TShape
  36.     Left = 105
  37.     Top = 109
  38.     Width = 9
  39.     Height = 17
  40.     Brush.Color = clBlack
  41.     Shape = stCircle
  42.   end
  43.   object ampm: TLabel
  44.     Left = 262
  45.     Top = 91
  46.     Width = 26
  47.     Height = 18
  48.     Caption = 'pm'
  49.     Color = clGray
  50.     Font.Color = clGray
  51.     Font.Height = -15
  52.     Font.Name = 'Verdana'
  53.     Font.Style = [fsBold]
  54.     ParentColor = False
  55.     ParentFont = False
  56.     Transparent = True
  57.     OnClick = ampmClick
  58.   end
  59.   object Label1: TLabel
  60.     Left = 8
  61.     Top = 8
  62.     Width = 343
  63.     Height = 14
  64.     Caption = 'Place the hand at the hour desired for connection'
  65.     Font.Color = clBlack
  66.     Font.Height = -11
  67.     Font.Name = 'Courier New'
  68.     Font.Style = []
  69.     ParentFont = False
  70.   end
  71.   object Label2: TLabel
  72.     Left = 48
  73.     Top = 216
  74.     Width = 3
  75.     Height = 13
  76.   end
  77.   object Timer1: TTimer
  78.     Enabled = False
  79.     OnTimer = Timer1Timer
  80.     Left = 248
  81.     Top = 32
  82.   end
  83. end
  84.